object extendDlg: TextendDlg Left = 149 Top = 297 HelpContext = 3230 ActiveControl = durationEdit BorderIcons = [] BorderStyle = bsDialog Caption = 'Extend' ClientHeight = 129 ClientWidth = 319 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object fromFile: TLabel Left = 288 Top = 112 Width = 45 Height = 13 Caption = 'fromFile' Visible = False end object toFile: TLabel Left = 288 Top = 96 Width = 32 Height = 13 Caption = 'toFile' Visible = False end object gauge: TGauge Left = 104 Top = 64 Width = 201 Height = 17 Color = clLime ForeColor = clLime ParentColor = False Progress = 0 end object Bevel1: TBevel Left = 96 Top = 56 Width = 217 Height = 33 end object CancelBtn: TBitBtn Left = 120 Top = 96 Width = 77 Height = 27 Cursor = crArrow Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 0 OnClick = CancelBtnClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 333333333333333333333333000033337733333333333333333F333333333333 0000333911733333973333333377F333333F3333000033391117333911733333 37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333 911117111117333337F3337F733337F3000033333911111111733333337F3337 3333F7330000333333911111173333333337F333333F73330000333333311111 7333333333337F3333373333000033333339111173333333333337F333733333 00003333339111117333333333333733337F3333000033333911171117333333 33337333337F333300003333911173911173333333373337F337F33300003333 9117333911173333337F33737F337F33000033333913333391113333337FF733 37F337F300003333333333333919333333377333337FFF730000333333333333 3333333333333333333777330000333333333333333333333333333333333333 0000} Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 208 Top = 96 Width = 77 Height = 27 HelpContext = 3230 TabOrder = 1 OnClick = HelpBtnClick Kind = bkHelp Margin = 2 Spacing = -1 IsControl = True end object OKBtn: TBitBtn Left = 32 Top = 96 Width = 77 Height = 27 Caption = 'OK' ModalResult = 1 TabOrder = 2 OnClick = OKbtnClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333330000333333333333333333333333F33333333333 00003333344333333333333333377F3333333333000033334224333333333333 337337F3333333330000333422224333333333333733337F3333333300003342 222224333333333373333337F3333333000034222A22224333333337F337F333 7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224 33333337F73337F337F33333000033A33333A222433333337333337F337F3333 0000333333333A222433333333333337F337F33300003333333333A222433333 333333337F337F33000033333333333A222433333333333337F337F300003333 33333333A222433333333333337F337F00003333333333333A22433333333333 3337F37F000033333333333333A223333333333333337F730000333333333333 333A333333333333333337330000333333333333333333333333333333333333 0000} Margin = 2 NumGlyphs = 2 Spacing = -1 IsControl = True end object Panel1: TPanel Left = 8 Top = 8 Width = 305 Height = 41 TabOrder = 3 object Label1: TLabel Left = 8 Top = 8 Width = 49 Height = 13 Caption = 'Duration' end object durationEdit: TEdit Left = 72 Top = 8 Width = 209 Height = 21 TabOrder = 0 Text = 'durationEdit' OnClick = durationEditExit OnExit = durationEditExit OnKeyPress = durationEditKeyPress end object durationSpin: TSpinButton Left = 280 Top = 9 Width = 20 Height = 19 DownGlyph.Data = { A6000000424DA600000000000000760000002800000009000000060000000100 0400000000003000000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000 0000333303333000000033300033300000003300000330000000300000003000 00003333333330000000} TabOrder = 1 UpGlyph.Data = { A6000000424DA600000000000000760000002800000009000000060000000100 0400000000003000000000000000000000000000000000000000000000000000 8000008000000080800080000000800080008080000080808000C0C0C0000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000 0000300000003000000033000003300000003330003330000000333303333000 00003333333330000000} OnDownClick = durationSpinDownClick OnUpClick = durationSpinUpClick end end object Panel2: TPanel Left = 8 Top = 56 Width = 81 Height = 33 TabOrder = 4 object appendBox: TCheckBox Left = 8 Top = 8 Width = 65 Height = 17 Caption = 'Append' TabOrder = 0 end end object timer: TTimer Enabled = False Interval = 500 OnTimer = timerTimer Left = 296 Top = 40 end end